reindent
authorØyvind Kolås <ok@src.gnome.org>
Tue, 9 Aug 2005 21:50:58 +0000 (21:50 +0000)
committerØyvind Kolås <ok@src.gnome.org>
Tue, 9 Aug 2005 21:50:58 +0000 (21:50 +0000)
ChangeLog
babl/babl-conversion.c

index da9ae60a90baced9ba95dbd7a78472360e370796..0e03bf8b9740c1539b8bf54694eb237d3227e3e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-09-09  Øyvind Kolås  <pippin@gimp.org>
+
+       * babl/babl-conversion.c: indentation cleanup.
+
 2005-09-09  Øyvind Kolås  <pippin@gimp.org>
 
        * babl/babl-ids: added BABL_LUMINANCE_GAMMA_2_2,
index a42cc2df3c0b87696e1a6e30fd97f7c5a66435f1..21cb7462675fdad19ed3bf22a754ad46859eeee8 100644 (file)
@@ -25,7 +25,7 @@
 
 static int 
 each_babl_conversion_destroy (Babl *babl,
-                         void *data)
+                              void *data)
 {
   babl_free (babl->instance.name);
   babl_free (babl);
@@ -33,12 +33,12 @@ each_babl_conversion_destroy (Babl *babl,
 }
 
 static BablConversion *
-conversion_new (const char                      *name,
-                int                              id,
-                Babl                            *source,
-                Babl                            *destination,
-                int                              time_cost,
-                int                              loss,
+conversion_new (const char        *name,
+                int                id,
+                Babl              *source,
+                Babl              *destination,
+                int                time_cost,
+                int                loss,
                 BablFuncLinear     linear,
                 BablFuncPlanar     planar,
                 BablFuncPlanarBit  planar_bit)